home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / dprot100.arc / DPROTECT.DOC < prev    next >
Text File  |  1985-10-09  |  3KB  |  80 lines

  1.  
  2. DPROTECT - A disk protection scheme, Version 1.00 - 10/09/85
  3. Copyright(c) 1985, GEE WIZ(tm) Software Company, ALL RIGHTS RESERVED
  4.  
  5. Written by Gee M. Wong for Public Domain use ONLY.
  6.  
  7. DPROTECT may not be sold, used in a commerical environment, nor packaged
  8. with any commerical product without prior written permission from GEE WIZ
  9. Software Company.
  10.  
  11. DPROTECT may be distributed freely at no cost to the recipient.  User
  12. support for this utility may be best obtained by notfing GEE WIZ.
  13. NO SUBSCRIPTION IS NECESSARY FOR USER SUPPORT.
  14.  
  15.  
  16. DPROTECT may be used to write protect one or more diskettes and all fixed
  17. disks from Trojan Horse programs.  DPROTECT may not be able of protecting
  18. any ram disk or external drives which do not resemble a standard IBM floppy
  19. disk or hard disk drive.
  20.  
  21. DPROTECT has been test on a 3270-PC, XT/370, and AT/370 equipped with the
  22. standard floppy disk and hard disk drives and controllers supllied by IBM,
  23. using PC-DOS(tm) 2.1 and 3.1.
  24.  
  25.  
  26. When DPROTECT is executed, it will install itself as a resident program,
  27. which will monitor the use of the BIOS level interupt 13H.
  28.  
  29. Everytime an I/O request is made, DPROTECT will intercept the request at the
  30. BIOS level, interupt 13H, and determine if the request is being made against
  31. a drive it is protecting.  If the request being performed is against a
  32. protected drive, then the requested is analyzed to determine if it is for a
  33. service which will modify data on that drive.  When both conditions have been
  34. satisfied, DPROTECT will display a message on the screen informing you of a
  35. detected update request, then wait for you to type any key.  After it receives
  36. a keystroke from you, it will then reboot your PC.  This reboot is taken for
  37. your protection; you can never know what some Trojan Horse Program will do
  38. with your PC's RAM or I/O ports.
  39.  
  40. This version of DPROTECT is only able to intercept an I/O request at a BIOS
  41. level.    IT IS NOT ABLE TO SAFEGUARD AGAINST PROGRAMS WHICH ACCESS CODE IN ROM
  42. THROUGH ITS ROM ADDRESS.  Hopefully, an interpertive version of DPROTECT will
  43. be available to circumvent those Trojan Horse programs which attempts to
  44. execute ROM code directly.
  45.  
  46.  
  47. Once a fixed disk or diskette is protected, the only way to remove the
  48. protection is to reboot DOS.
  49.  
  50.  
  51. To protect a disk or diskette, use the command:
  52.  
  53.         DPROTECT drive
  54.  
  55. where drive is the letter of the drive you would like to have write protected,
  56. or '*' for all drives.
  57.  
  58.  
  59. The author has taken due care in developing and testing the effectiveness of
  60. this utility, and makes no expressed or implied warranty of any kind with
  61. regard to this utility.  In no event shall the author or GEE WIZ Software
  62. Company be liable for incidental or consequential damages in connection with
  63. or arising out of the use of this utility.
  64.  
  65.  
  66. If you feel that this utility is of value, please feel free to send your
  67. generous contribution of $5.00, payable to Janet Huie, to:
  68.  
  69.             GEE WIZ Sofware Company
  70.             10 Manton Avenue
  71.             East Brunswick, NJ 08816
  72.             c/o: Janet Huie
  73.  
  74.  
  75. NOTES:    GEE WIZ is a trademark of GEE WIZ Software Company.
  76.     PC-DOS is a trademark of Microsoft Incorporated.
  77.     PC-DOS is a trademark of International Bussiness Machines.
  78.  
  79.  
  80.